home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
FTPConnect.dopus5
< prev
next >
Wrap
Text File
|
1998-09-17
|
347b
|
13 lines
/* FTPConnect.dopus5 */
options results
address 'DOPUS.1'
'command wait ftpconnect host wuarchive.wustl.edu dir /pub/aminet/biz/dopus noscan recon'
handle = result
text = 'We should now be connected to Aminet'
dopus request '"'text'" OK'
lister set handle source
'command original wait copy INDEX TO RAM:'
lister close handle
command ftpquit
exit